home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / wincomm / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLG2FILEACTIONMIN / TDLG2FILEACTIONMIN.txt
Text File  |  1997-04-14  |  1KB  |  73 lines

  1. object DLG2FILEACTIONMIN: TDLG2FILEACTIONMIN
  2.   Left = 337
  3.   Top = 287
  4.   Width = 455
  5.   Height = 169
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Action'
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Action: TLabel
  20.     Left = 99
  21.     Top = 6
  22.     Width = 248
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     ShowAccelChar = False
  27.     WordWrap = True
  28.   end
  29.   object TextField: TLabel
  30.     Left = 7
  31.     Top = 25
  32.     Width = 500
  33.     Height = 30
  34.     AutoSize = False
  35.     ShowAccelChar = False
  36.     WordWrap = True
  37.   end
  38.   object CancelButton: TButton
  39.     Tag = 4002
  40.     Left = 174
  41.     Top = 116
  42.     Width = 100
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Cancel'
  46.     Default = True
  47.     TabOrder = 0
  48.     OnClick = CancelButtonClick
  49.   end
  50.   object SecondPercentBar: TPercentPanel
  51.     Left = 23
  52.     Top = 88
  53.     Width = 401
  54.     Height = 23
  55.     BevelOuter = bvLowered
  56.     TabOrder = 2
  57.     Percent = 0
  58.   end
  59.   object PercentBar: TPercentPanel
  60.     Left = 23
  61.     Top = 60
  62.     Width = 401
  63.     Height = 23
  64.     BevelOuter = bvLowered
  65.     TabOrder = 1
  66.     Percent = 0
  67.   end
  68.   object Translate1: TTranslate
  69.     Left = 8
  70.     Top = 112
  71.   end
  72. end
  73.